﻿/*------------------左侧菜单--------------------*/

.wrap_main {
 background: #F5F5F5;
 overflow: hidden;
   }
   
   .main_content {
 min-height: 570px;
   }
   
   .article_left {
 width: 20%;
 float: left;
   }
   
   .leftNavTitle {
 width: 100%;
 font: 100 18px/49px "Microsoft YaHei", "微软雅黑";
 color: #fff;
 background: #920d14;
 text-align: center;
   }
   .leftNavTitle a.lv0_tit {color: #fff;}
   .banner{
 /* display: none; */
   }
   .article_left .lv1_li .lv1_p a {
 color: #333;
  }
   /***一级***/
   
   .article_left .lv1_ul {
 line-height: 38px;
 background: rgba(255, 255, 255, 0.9);
   }
   .article_left .lv1_ul {
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
  }
   .article_left .lv1_li {
 margin: 0 0 1px;
 background: rgba(255, 255, 255, 0.9);
 font-size: 14px;
 text-align: center;
 border-bottom: 1px solid #eee;
   }
   
   .article_left .lv1_li a:hover {
 color: #920d14
   }
   
   .article_left .lv1_li p {
 line-height: 38px;
   }
   .article_left .lv1_li p.ren a {
   color: #920d14;
  }
   .article_left .lv1_li .lv1_p {
 font-size: 14px;
 cursor: pointer;
 line-height: 38px;
   }
  
  
   
   .article_left .lv1_p.current a {
 color: #920d14
   }
   article_left .lv1_p.selected a {
 color: #920d14
   }
   
   
   /****二级****/
   
   .article_left .lv2_ul {
 display: none;
 padding-bottom: 10px;
 background: #edeff1;
 padding: 0 10px;
   }
   
   .article_left .lv2_li .lv2_p.hasChildren {
 cursor: pointer;
   }
   
   .article_left .lv2_li .lv2_p.hasChildren.opend.show {
 background: url(/Sites/Uploaded/UserUpLoad/20161201/20161201111603.png) no-repeat 198px center;
   }
   
   .article_left li .lv2_li {
 /* padding: 0 0 0 25px; */
 font-size: 14px;
 display: block;
   }
   
   .article_left li .lv2_li .current {
 padding-left: 0;
   }
   
   .article_left .lv2_li .current a {
 color: #920d14
   }
   
   
   /****三级菜单****/
   
   .article_left .lv3_ul {
 display: none;
 padding-left: 10px;
   }
   
   .article_left .lv3_ul li.lv3_li a.lv3_tit {
 font-size: 12px;
   }
   
   
   /*------------------左侧菜单结束--------------------*/
   
   .article_right {
 float: right;
 width: 78%;
 box-sizing: border-box;
 _width: 76%;
  background: rgba(255, 255, 255, 0.9); 
   }
   
   
   /*默认站点页样式、默认栏目首页*/
 .mt15 {
   margin-top: 15px;
  }
   .article_right .Min_Box {
 width: 100%;
   }
   
   .article_right .Min_Box .article_box img {
 width: 100%;
 height: auto;
   }
   
   .article_right .Min_Box ul.article_list li {
 width: 48%;
 padding-right: 15px;
 margin-bottom: 10px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
   }
   
   .article_right .Min_Box ul.article_list li.Li_Odd {
 float: left
   }
   
   .article_right .Min_Box ul.article_list li.Li_Even {
 float: right
   }
   
   
   /*公用读取一篇文章*/
   
   .article_box {}
   
   .article_box .imgBox {
 float: left;
 margin-right: 20px;
 overflow: hidden;
 width: 160px;
 height: 115px;
   }
   
   .article_box img {
 float: left;
 margin-right: 20px;
   }
   
   .article_box h2 {
 font-size: 18px;
 color: #333;
 font-weight: normal;
 margin-bottom: 5px;
   }
   
   .article_box p {
 font-size: 14px;
 line-height: 28px;
 color: #999999;
   }
   
   .article_box .details {
 font-size: 12px;
 overflow: hidden;
 color: #920d14;
 +float: none;
   }
   
   .article_box .details:hover {
 font-weight: 700;
 font-size: 14px;
   }
   
   .detail {
 color: #920d14;
   }
   
   .detail:hover {
 font-weight: 700;
 font-size: 14px;
   }
   
   
   /*默认栏目列表页*/
   
   .column_list_tit {
 padding: 0 0 0 10px;
 height: 32px;
 line-height: 32px;
 background: #f7f7f7;
 margin: 10px 0;
 color: #920d14;
 font-weight: bold;
   }
   
   .column_list li {
 padding-left: 10px;
 line-height: 32px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
   }
   
   .column_list .list_line {
 border-bottom: 1px dashed #ddd;
 height: 1px;
 margin: 5px 0;
   }
   
   
   /*有时间栏目列表*/
   
   .column_list li .count,
   .column_list li .date {
 float: right;
 color: #999;
 display: block;
 width: 100px;
 text-align: center;
   }
   
   .column_list_tit .count,
   .column_list_tit .date {
 float: right;
 display: block;
 width: 100px;
 text-align: center;
   }
   
   
   /*无时间图文栏目列表样式*/
   
   .article_L {
 width: 846px;
 float: left;
 padding: 5px 15px;
   }
   
   .article_L .column_list li {
 padding-bottom: 10px;
 border-bottom: 1px solid #f3f3f3;
 background: none;
 line-height: 26px;
 margin-top: 15px
   }
   
   .article_L .column_list li:hover {
 background: #F7F7F7
   }
   
   .article_L .column_list li h2 {
 font-size: 18px;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
   }
   
   .article_L .column_list li img {
 width: 160px;
 height: 110px;
 float: left;
 margin-right: 15px;
   }
   
   
   /*分享按钮样式*/
   
   span.bdsharebuttonbox {
 float: right
   }
   
   span.bdsharebuttonbox .bds_more {
 background: none;
 height: 26px;
 line-height: 26px;
 font-size: 14px
   }
   
   .article_R {
 float: right;
 width: 300px;
 *position: initial !important;
 _position: initial !important;
 background: #fff;
   }
   
   .article_right .main_title {
 font-size: 24px;
 margin-bottom: 20px;
   }
   
   .article_right .main_title>div {
 display: flex;
 align-items: center;
   }
   
   .article_right .main_title>div img {
 width: 20px;
   }
   
   .article_right .main_title .More {
 width: 82px;
 height: 30px;
   }
   
   .article_right .main_title span {
 margin-right: 10px
   }
   
   
   /*有时间图文栏目列表样式*/
   
   .column_list li .count_one,
   .column_list li .date_time {
 float: left;
 color: #999;
 padding-left: 20px;
 line-height: 26px;
 height: 26px;
 margin: 6px;
   }
   
   .column_list li .count_one {
 background: url(/Content/Areas/Common/images/Article/count_one.png) no-repeat left center;
   }
   
   .column_list li .date_time {
 background: url(/Content/Areas/Common/images/Article/date_time.png) no-repeat left center;
   }
   
   
   /*--------------------文章内容页--------------------*/
   
   .article_right .article_title {
 font-size: 24px;
 line-height: 1.8em;
 text-align: center;
 color: #920d14;
 padding: 15px 0;
   }
   .article_title .sub_p{
 font-size: 20px;
 line-height: 1.6em;
   }
   .article_right .sub_tit {
 text-align: center;
 position: relative;
 padding: 0px 0 15px;
 border-bottom: 1px solid #ededed;
 overflow: hidden;
 margin-bottom: 20px;
   }
   
   .article_right .sub_tit span {
 color: #999999;
 padding-right: 15px;
   }
   
   .article_right .Editor {
 color: #999999;
 float: right;
 line-height: 36px
   }
   
   .article_right .sub_tit span.count {
 padding-right: 0
   }
   
   .article_right .font_size {
 /*position:absolute;right:0;top:12px;*/
 line-height: 25px;
 float: right;
   }
   
   .article_right .font_size span.notice {
 padding-right: 0;
 float: left;
 font-size: 12px
   }
   
   .article_right .font_size a {
 display: block;
 float: left;
 width: 20px;
 height: 25px;
 overflow: hidden;
 text-indent: -2000em
   }
   
   .article_right .font_size a.smaller {
 background: url(/Content/Areas/Common/images/icon_1.jpg) 0 center no-repeat;
   }
   
   .article_right .font_size a.larger {
 background: url(/Content/Areas/Common/images/icon_1.jpg) -27px center no-repeat
   }
   
   .article_right .font_size a.default {
 background: url(/Content/Areas/Common/images/icon_1.jpg) -49px center no-repeat;
 width: 23px
   }
   
   .article_right .article_cont {
 /* margin-top: 20px; */
 line-height: 2em;
 overflow: auto;
 font-size: 14px;
   }
.article_right .article_cont video{
  max-width:100%;
}
   
   .article_right .article_cont p {
 line-height: 2em;
 padding-bottom: 10px;
 text-indent: 2em;
   }
   
   .article_right .article_video li {
 text-align: center;
   }
   
   .article_right .article_video a {
 font-size: 24px;
 line-height: 2em;
   }
   
   
   /*文章表格样式*/
   
   .article_cont table {
 margin: 0 auto;
   }
   
   .article_right .article_cont td {
 border: 1px solid #ccc;
 padding: 5px;
   }
   
   
   /*文章标签关键字样式*/
   
   .article_right ul.KeywordUrls {
 border-top: 1px solid #d2d2d2;
 
 display: block;
 line-height: 30px;
   }
   
   .article_right ul.KeywordUrls li.label {
 float: left;
 padding-right: 10px;
   }
   
   .article_right ul.KeywordUrls li.label a {
 padding: 2px 10px;
 background: #920d14;
 color: #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
   }
   
   .article_right ul.KeywordUrls li.label a:hover {
 background: #157a47;
   }
   
   
   /*文章视频样式*/
   
   
   /******************************相关********************************/
   
   i {
 font-style: inherit;
   }
   
   .article_right .hide {
 display: none
   }
   
   .RelatedOther {
 padding: 0px 0px;
 height: 36px;
 line-height: 36px;
 border-bottom: 1px solid #d2d2d2;
   }
   
   .RelatedOther span {
 display: inline-block;
 cursor: pointer;
 font-size: 16px;
 color: #999;
   }
   
   .RelatedOther i {
 padding: 0 12px;
   }
   
   .RelatedOther .jiu span {
 border-bottom: 2px solid #920d14;
 color: #920d14;
 height: 35px;
   }
   
   .RelatedO {
 margin-top: 15px
   }
   
   #con_togl_1 h2.Com_tit,
   #con_togl_2 h2.Com_tit,
   #con_togl_3 h2.Com_tit,
   #con_togl_4 h2.Com_tit,
   #con_togl_5 h2.Com_tit,
   #con_togl_6 h2.Com_tit {
 display: none;
   }
   
   
   /*文章页相关科室*/
   .column_list_img li {
   width: 32%;
   float: left;
   margin-right: 19px;
   margin-bottom: 19px;
  }
  
  .column_list_img {
   overflow: hidden;
  }
  
  .column_list_img li a.img_box {
   width: 300px;
   height: 200px;
   display: block;
   overflow: hidden;
  }
  
  .column_list_img li:nth-child(3n) {
   margin-right: 0;
  }
  
  .column_list_img li img {
   width: 100%;
   height: 100%;
   transition: all 0.2s;
  }
  
  .column_list_img li:hover img {
   transition: all 0.2s;
   transform: scale(1.1);
  }
  
  .column_list_img li a.dy_title {
   display: block;
   width: 100%;
   text-align: center;
   margin-top: 10px;
  }
   .RelatedO .img_box {
 display: block;
 width: 200px;
 height: 130px;
 overflow: hidden;
 float: left;
 margin-right: 20px;
   }
   
   .RelatedO .gd_tit {
 display: none
   }
   
   .RelatedO .img_box img {
 width: 100%;
   }
   
   .RelatedO .dep_tit {
 font-size: 18px;
   }
   
   .RelatedO p {
 color: #666;
 margin-top: 10px;
   }
   
   .RelatedO ul.article_list li {
 float: left;
 margin-right: 30px;
   }
   
   .RelatedO .dep_li {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: 1px solid #d2d2d2;
 *overflow: hidden;
   }
   
   .RelatedO .dep_li ul.article_list.col_list {
 _padding: 0px 0px 20px;
 _overflow: hidden;
   }
  
   /*文章页相关医生*/
   
   .RelatedO .doct_img {
 width: 105px;
 height: 135px;
 float: left;
 margin-right: 20px;
 overflow: hidden;
   }
   
   .RelatedO .doct_img img {
 width: 100%;
 height: auto;
   }
   
   .RelatedO .doc_li {
 border-bottom: 1px solid #d2d2d2;
 height: 150px;
 margin-bottom: 15px;
   }
   
   .RelatedO .doc_li p {
 margin-top: 0;
   }
   
   .RelatedO .doc_li .doct_con {
 height: 150px
   }
   
   .RelatedO .doc_li .bot_box {
 bottom: 15px;
   }
   
   .share span {
 font-size: 14px !important;
   }
   /*文章页相关文章*/
   
   .RelatedO .art_li ul.article_list li {
 float: none;
 margin-right: 0px;
 border-bottom: 1px solid #d2d2d2;
 padding-bottom: 15px;
 margin-bottom: 10px;
 background: none;
 padding-left: 0
   }
   
   .RelatedO .art_li ul.article_list li p {
 margin-top: 0;
   }
   
   
   /*翻页*/
   
   .turning_page {
 color: #920d14;
   }
   
   .turning_page a {
 color: #920d14
   }
   
   .turning_page a:hover {
 text-decoration: underline;
   }
   
   .prev_next {
 width: 100%;
   }
   
   .turning_page p span {
 color: #333;
   }
   
   .article_right .prev {
 line-height: 25px;
 overflow: hidden;
   }
   
   .columnList .content_left {
 width: 426px;
 height: 280px;
 overflow: hidden;
 float: left;
 margin-right: 50px;
   }
   
   .columnList .img_box_left {
 display: block;
 width: 426px;
 height: 280px;
 float: left;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
 transition: all 0.5s;
 overflow: hidden;
   }
   
   .columnList .img_box_left:hover {
 transform: scale(1.1);
   }
   
   .columnList .img_box_left img {
 width: 426px;
 height: 280px;
 transition: all 0.5s;
   }
   
   .columnList .img_box_left:hover img {
 transform: scale(1.1)
   }
   
   .columnList li {
 width: 100%;
 box-sizing: border-box;
 padding: 30px;
 background: #fff;
 margin-bottom: 30px;
 overflow: hidden;
   }
   
   .columnList li .content_right {
 float: none;
 width: 100%;
   }
   
   .columnList li .content_right .dy_title {
 font-size: 18px;
 color: #666;
 line-height: 30px;
 font-weight: bold;
   }
   
   .columnList li .content_right .dy_title:hover {
 color: #920d14;
   }
   
   .columnList li .content_right p {
 font-size: 14px;
 line-height: 30px;
 color: #666;
 border-top: 1px solid #EAEAEA;
 padding: 20px 0 0;
 margin: 25px 0;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
   }
   
   .columnList li .content_right .date {
 color: #666;
 font-size: 14px;
 border-top: 1px solid #EAEAEA;
  
   }
   
   .videoList li {
 width: 406px;
 height: 315px;
 box-sizing: border-box;
 padding: 30px;
 background: #fff;
 margin-bottom: 30px;
 overflow: hidden;
 float: left;
   }
   
   .videoList li:nth-child(3n-1) {
 margin: 0 30px;
   }
   
   .videoList .img_box_left {
 display: block;
 width: 100%;
 height: 235px;
 float: none;
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: center center;
 margin-right: 0;
 position: relative;
 transition: all 0.5s;
   }
   
   .videoList .img_box_left::after {
 width: 100%;
 height: 235px;
 display: block;
 content: '';
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 top: 0;
   }
   
   .videoList .img_box_left:hover {
 background-size: 110% 110%;
   }
   
   .videoList .img_box_left img.playVideo {
 width: 50px;
 height: 50px;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-top: -25px;
 margin-left: -25px;
 z-index: 1;
   }
   
   .videoList li .content_right {
 float: none;
 width: 100%;
 margin-top: 15px;
   }
   
   .videoList li .content_right .dy_title {
 font-size: 18px;
 color: #666;
 /* line-height: 30px; */
 font-weight: bold;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
   }
   
   
   /*分页样式*/
   
   .pages {
 line-height: 30px;
 margin: 30px auto 0!important;
 _width: 94%;
   }
   
   .pages form {
 float: left;
 margin: 0 0 0 5px;
 height: 31px;
 line-height: 31px;
   }
   
   .pages form .pagetz_input {
 width: 30px;
 margin: 0 5px;
 border: 1px solid #dcdcdc;
 height: 28px;
 line-height: 28px;
 display: block;
 float: left
   }
   
   .pages .pagetz_btn {
 width: 30px;
 margin: 0 5px;
 border: 1px solid #dcdcdc;
 height: 30px;
 display: block;
 float: left;
 cursor: pointer;
 background: #fff;
   }
   
   .pages .pagetz_btn:hover {
 background: #920d14;
 color: #fff
   }
   
   .page_number_div {}
   
   .ae-pagination {
 width: 100%;
 text-align: center !important;
   }
   
   .pagination_page {
 color: #333333!important;
   }
   
   .ui-state-default:hover {
 border: none
   }
   
   .ae-pagination a {
 height: 24px!important;
 font-size: 12px;
 margin: 0 2px!important;
 text-decoration: none;
 font-weight: normal;
 padding: 0px!important;
 text-align: center;
 padding: 5px 10px!important;
 border: solid 1px #dcdcdc!important;
 color: #920d14!important;
 line-height: 24px;
   }
   
   .ae-pagination a:hover {
 color: #FFF!important;
 background: #920d14!important;
 border: 1px solid #920d14!important;
   }
   
   .pagination_firstpage {
 border: none!important;
 height: 24px!important;
 width: 36px;
 padding: 0px!important;
 text-align: center;
 color: #666666!important;
 line-height: 24px!important;
   }
   
   .ae-pagination-current {
 color: #FFF!important;
 background: #920d14!important;
 border: 1px solid #920d14!important;
   }
   
   .page_number_div {
 *float: right;
 *height: 35px;
 *padding: 5px 0;
   }
   
   .pages a:hover {
 color: #FFF!important;
 background-color: #920d14!important;
 border: 1px solid #920d14!important
   }
   
   .pages .ae-pagination-current,
   .pages .ae-pagination-current:hover {
 color: #FFF!important;
 background-color: #920d14!important;
 border: 1px solid #920d14!important
   }
   
   .pagination_firstpage,
   .pagination_previouspage,
   .pagination_nextpage {
 cursor: pointer;
   }
   
   .ui-corner-all {
 border-radius: 3px!important;
   }
   
   
   /* 分页器部分 */
   
   .pagination_firstpage,
   .pagination_lastpage {
 display: none !important;
   }
   
  
   
   .ae-pagination a,
   .pages .ae-pagination-current,
   .pages .ae-pagination-current:hover,
   .pages a:hover {
 width: 35px !important;
 height: 35px !important;
 line-height: 35px !important;
 display: inline-block;
 box-sizing: border-box;
 padding: 0 !important;
 margin: 0 10px !important;
 background-color: transparent !important;
 border: none !important;
 font-size: 18px !important;
 color: #666 !important;
 overflow: hidden;
   }
   
   .ae-pagination a.pagination_nextpage {
 margin-right: 0 !important;
   }
   
   .page_number_div .pagination_previouspage,
   .page_number_div .pagination_nextpage {
 width: 55px !important;
 height: 35px !important;
 display: inline-block;
 box-sizing: border-box;
   }
   
   .ae-pagination-current {
 text-decoration: underline !important;
   }
   
   .page_number_div {
 display: flex;
 justify-content: center;
 align-items: center;
   }
   .ae-pagination a.pagination_nextpage:hover {
   width: auto !important;
   color: #81070d !important;
  }
  
  .ae-pagination a.pagination_previouspage:hover {
   width: auto !important;
   color: #81070d !important;
  }
  
  
  
  
   
   /*网站地图样式*/
   
   .WebMap1_ul .WebMap1_li {
 width: 100%;
 margin-top: 10px;
 overflow: hidden;
   }
   
   .WebMap1_ul .WebMap1_li p.WebMap1_p a {
 float: left;
 font-size: 14px;
 padding: 3px 8px;
 background: #920d14;
 color: #fff
   }
   
   .WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
 background: #2DAD58;
 color: #fff
   }
   
   .WebMap2_ul {
 overflow: hidden;
 float: left;
 margin-left: 15px;
   }
   
   .WebMap2_ul li.WebMap2_li {
 float: left;
 line-height: 28px;
   }
   
   .WebMap2_ul li.WebMap2_li p.WebMap2_p a {
 border-right: 1px solid #999;
 padding: 0 8px;
 color: #999
   }
   
   .WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
 color: #920d14
   }
   
   ul.WebMap3_ul {
 display: none;
   }
  .columnDepartmentImage{
   overflow:hidden;
  }
  .columnDepartmentImage li {
   background: none;
   padding: 0;
   width: 32%;
   float: left;
   margin-right: 19px;
   margin-bottom: 20px;
  }
  
  .columnDepartmentImage li img {
   width: 100%;
   height: 210px;
   border: 1px solid #eee;
   box-sizing: border-box;
   transition: all 0.3s;
  }
  .columnDepartmentImage li:nth-child(3n){
   margin-right:0
  }
  
  .columnDepartmentImage li:hover img {
   transform: scale(1.05);
  }
  
  .columnDepartmentImage li a.img_box {
   display: block;
   overflow: hidden;
  }
  /*微信同源文章专用模板样式*/
  .FriendLink{
 display: none;
  }
  .article_cont img{
 max-width: 100%;
  }
  .wehcat_article .article_right{
 padding: 5px 15px;
 box-sizing: border-box;
  }
  .wehcat_article .title_head h3{
 height: 45px;
 line-height: 45px;
 color: #920d14;
 font-size: 20px;
  }
  .wehcat_article .title_head h3 span{
 border-left: 3px solid #920d14;
 padding-left: 10px;
  }
  .article_right .wehcat_article_cont p{
 text-indent: 0;
  }
 @media only screen and (max-width:1280px) {
 .videoList li {
   width: 346px;
   height: auto;
  }
  
  .videoList .img_box_left {
   height: 190px;
  }
  
  .videoList .img_box_left::after {
   height: 190px;
  }
   }
   @media only screen and (max-width:1024px) {
 .prev_next {
 width: 100%;
 float: none;
 }
 .RelatedO .art_li ul.article_list li {
 white-space: normal;
 }
   }
   
   @media only screen and (max-width:768px) {
 .columnDepartmentImage li{width:100%}
   .columnDepartmentImage li img{height:auto}
 .columnList li .content_right p {
   margin: 10px 0;
   padding: 10px 0 0;
  }
 .main_content{
   margin-bottom: 0;
   width: 100%;
   padding: 0 10px;
   box-sizing: border-box;
 }
 .article_left {
 display: none
 }
 .article_right {
 width: 100%;
 float: none
 }
 .article_right .Min_Box {
 width: 100%;
 }
 .article_right .Min_Box ul.article_list li {
 width: 50%;
 box-sizing: border-box;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 }
 .RelatedOther,
 .RelatedO {
 display: none !important
 }
 .article_right .article_blue_block .article_cont {
 width: 90%;
 margin: 0 auto;
 }
 .article_video li div {
 margin: 0 auto;
 }
 /*无时间图文栏目列表样式*/
 .article_R {
 display: none!important
 }
 .article_L {
 width: 100%;
 float: none;
 box-sizing: border-box;
 padding: 5px 10px;
 }
 /*文章样式*/
 .article_right .article_cont p img {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
 }
 .sub_tit {
 display: none
 }
 .bdshare-button-style0-24 {
 float: left;
 width: 100%;
 }
 .pages {
 height: auto;
 }
 a.pagination_page.ui-state-default.ui-corner-all {
 display: none;
 }
 .videoList li{
 width: 50%;
 margin-bottom: 0px;
 }
 .videoList li:nth-child(3n-1){
 margin: 0;
 }
 .columnList li{
   height: auto;
 }
 .columnList .content_left{
 width: 100%;
 }
 .columnList .img_box_left{
 width: 100%;
 }
 .columnList .img_box_left img{
   width: 100%;
   height: auto;
 }
 .columnList li .content_right{
   width: 100%;
 }
   
 .column_list_img li {
   width: 100%;
  }
  
  .column_list_img li a.img_box {
   width: 100%;
   height: auto;
  }
   }
   
   @media only screen and (max-width:640px) {
  .columnList li {
   padding: 15px;
   margin-bottom: 0;
  }
 .article_right .Min_Box ul.article_list li {
 width: 100%;
 float: none!important
 }
 /*文章列表页*/
 ul.column_list .articleCont {
 display: none
 }
 ul.column_list li:after {
 content: "";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 }
 ul.column_list li a.dy_title {
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 width: 100%;
 display: block;
 float: left
 }
 .pic_list li {
 margin: 10px 2%;
 width: 46%;
 }
 .article_video li div {
 width: 100% !important;
 height: auto !important
 }
 #ckplayer_a1 {
 width: 100% !important;
 height: auto !important
 }
 /*有时间栏目列表*/
 .column_list li .count,
 .column_list li .date,
 .column_list_tit .count,
 .column_list_tit .date {
 display: none
 }
 /*无时间图文栏目列表样式*/
 .article_L .column_list li img {
 display: none
 }
 .ae-pagination a {
 margin: 2px !important;
 }
   }
   
   @media only screen and (max-width:540px) {
 .article_right .Min_Box .article_box img {
 display: block;
 float: none;
 width: 100%;
 height: auto;
 }
   }
   
   @media only screen and (max-width:420px) {
 .articleText .search input#input_text {
 width: 200px !important;
 }
 .videoList li{
 padding:10px;
 width: 100%;
 height: 280px;
 }
 .videoList .img_box_left{
 width: 100%;
 }
 .videoList .img_box_left::after{
 width: 100%;
 }
 .columnList li{
   padding:0;
 }
 .columnList .content_left{
   height: 210px;
 }
 .columnList .img_box_left{
   height: 200px;
 }
   }
   
   @media only screen and (max-width:360px) {
 .ae-pagination a {
 padding: 5px 5px 5px !important;
 }
 .pages {
 padding: 0;
 }
   }    